home *** CD-ROM | disk | FTP | other *** search
- // Filename: PROTO.H
- // "DOCTEMP" Generated by Visual Programmer.
- // Author: Blue Sky
-
-
- //
- // ***********************************************************************
- // Do not add code here.
- //
- // This file is maintained by the Switch-It Module.
- // As you make changes in your applications design,
- // this file is automatically updated, therefore you never modify this file.
- //
- //
- //
- // For more information,
- // see the section "How code is generated" in the documentation.
- //
- // ***********************************************************************
- //
-
- // Switch-It Module class definitions.
- class Cwm_BaseApplication;
- class Cwm_MainBaseWnd;
- class Cwm_Application;
- class Cwm_MainWnd;
- class CSimModelessDlg;
- class CSimModalDlg;
- class CSimClientDlg;
- class CSimToolbar;
-
- BOOL BLDSwitchMenu(CWnd *,char *);
- HMENU BLDLoadMenu(CWnd *,int,HMENU *,BOOL);
- BOOL BLDLoadAccelerators(CWnd *,int);
- HBITMAP BLDLoadBitmap(HINSTANCE,char *);
-
- Cwm_MainWnd* BLDMainCreateWnd(CWnd *pAParent);
- BOOL BLDCreateClientControlsDef(char *,CSimClientDlg *);
- BOOL BLDCreateClientControls(char *,CSimClientDlg *);
-
-
- int BLDDisplayMessageDef(HWND,UINT,char *,int);
- BOOL BLDDrawBitmapDef(LPDRAWITEMSTRUCT,char *,BOOL);
- BOOL BLDDrawIconDef(LPDRAWITEMSTRUCT,char *);
- BOOL BLDSendMDIMessageDef(CWnd *,UINT,int);
- BOOL BLDDrawBkgndIconDef(HWND,LPPAINTSTRUCT ,char *,int);
- BOOL BLDDrawBkgndBitmapDef(HWND,LPPAINTSTRUCT,char *,int,BOOL,BOOL,int,int);
- BOOL BLDDrawAutoStateDef(LPDRAWITEMSTRUCT,char *,BOOL,BOOL);
- BOOL BLDDrawStateBitmapDef(LPDRAWITEMSTRUCT,char *,char *,char *,char *,BOOL);
- BOOL BLDDrawStateIconDef(LPDRAWITEMSTRUCT,char *,char *,char *,char *);
- void BLDFindCtrlsRightBottomDef(CWnd *,int *,int *);
- void BLDCalcScrollRangesDef(CWnd *,int *,int *,int,int,int,int);
- BOOL BLDScrollDlgDef(CWnd *,UINT,int,int,int,int,int,int,int,int,BOOL,int *,int *);
- BOOL BLDSizeDlgDef(CWnd *,int,int);
- BOOL BLDCheckF1HelpKeyDef(BOOL);
- BOOL BLDDrawItemDef(HWND,LPDRAWITEMSTRUCT);
- static BOOL BLDMoveTo(HDC,int,int);
- static BOOL BLDDrawFrame(HDC,int,int,int,int,BOOL);
- BOOL BLDBitmapToScreenDef(HDC,char *,int,int,int,int,DWORD,BOOL);
- HBRUSH BLDGetGlobalBrushDef(HWND hCtrl,HDC hDC);
-
- int BLDDisplayMessage(HWND,UINT,char *,int);
- BOOL BLDDrawBitmap(LPDRAWITEMSTRUCT,char *,BOOL);
- BOOL BLDDrawIcon(LPDRAWITEMSTRUCT,char *);
- BOOL BLDSendMDIMessage(CWnd *,UINT,int);
- BOOL BLDDrawBkgndIcon(HWND,LPPAINTSTRUCT ,char *,int);
- BOOL BLDDrawBkgndBitmap(HWND,LPPAINTSTRUCT ,char *,int,BOOL,BOOL,int,int);
- BOOL BLDDrawAutoState(LPDRAWITEMSTRUCT,char *,BOOL,BOOL);
- BOOL BLDDrawStateBitmap(LPDRAWITEMSTRUCT,char *,char *,char *,char *,BOOL);
- void BLDFindCtrlsRightBottom(CWnd *,int *,int *);
- BOOL BLDScrollDlg(CWnd *,UINT,int,int,int,int,int,int,int,int,BOOL,int *,int *);
- BOOL BLDSizeDlg(CWnd *,int,int);
- BOOL BLDCheckF1HelpKey(BOOL);
- BOOL BLDDrawItem(HWND,LPDRAWITEMSTRUCT);
- BOOL BLDBitmapToScreen(HDC,char *,int,int,int,int,DWORD,BOOL);
- BOOL BLDDrawStateIcon(LPDRAWITEMSTRUCT,char *,char *,char *,char *);
- void BLDCalcScrollRanges(CWnd *,int *,int *,int,int,int,int);
- HMENU BLDGetMDISubMenu(HMENU hMenu,int iMenuPos);
- CWnd* BLD_MDICHILDCreateWnd(CWnd *pAParent);
- CWnd* BLD_VIEWCreateWnd(CWnd *pAParent);
- BOOL BLD_CascadeSendMDI(CWnd *pWnd);
- BOOL BLD_TileSendMDI(CWnd *pWnd);
- BOOL BLD_ArrangeIconsSendMDI(CWnd *pWnd);
- BOOL BLD_CloseActiveSendMDI(CWnd *pWnd);
-